home *** CD-ROM | disk | FTP | other *** search
/ CinE CD 6 / CinE CD ROM 06.iso / mac / Shared.Cst / 00091_Script_play qt < prev    next >
Text File  |  1996-06-22  |  225b  |  12 lines

  1. global gFilmIndex, gQTpresent, gscale, gmode
  2.  
  3. on playit scale
  4.   puppetsound "single click"
  5.   updatestage
  6.   set gmode = "manual"
  7.   if gQTpresent then
  8.     set gscale = scale
  9.     PlayQuickTime gFilmIndex
  10.   end if
  11. end
  12.